php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#154103 - 06/23/02 01:37 PM [6.3.x] [beta] hidden forum hack
Sn0pD0gG Offline
Member

Registered: 08/29/01
Posts: 57
not much to say about, this hack adds the option to hide specefic private forums.

I took easy's hack and modified it.

download: http://www.swaafxp.com/scripts/hack_download.php

everything else is written down in the text file

have fun [END]

Top
#154104 - 06/23/02 06:19 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
This hack had tons of issues and never really worked 100 percent. Anybody willing to take the plunge to see if this one works?
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154105 - 06/23/02 08:55 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Well im no expert but maybe ill give it a try lol

Also if i post something here and say a file is missing and it does exist... its just my stupidity... ill check after im all done smile

Top
#154106 - 06/23/02 09:02 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
##############################
# open public_move_topic.cgi #
##############################

First off i think it should be .pl and there are no instructions with it...

Top
#154107 - 06/23/02 09:12 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
UBB_LIB.CGI
#########
#find : #
#########

if ($this_forum[6] =~ m/private/) {

################
# replace with #
################

if (($this_forum[6] =~ m/private/) || ($this_forum[6] =~ m/hidden/)) {

Cant seem to find that

Top
#154108 - 06/23/02 09:25 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found

Top
#154109 - 06/23/02 09:29 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
UBB NEW REPLY

#########
#find : #
#########

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {

################
# replace with #
################

# check to make sure user has access/permission to post and is not going to see if forum exists (coz hidden)
if ($permission =~ m/hidden/) {
&check_private_access($in{f}, $this_forum[12], 'hidden');
}

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {
&check_private_access($in{f}, $this_forum[12]);
}

Shouldnt this be

########
#find : #
#########

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {
&check_private_access($in{f}, $this_forum[12]);
}

################
# replace with #
################

# check to make sure user has access/permission to post and is not going to see if forum exists (coz hidden)
if ($permission =~ m/hidden/) {
&check_private_access($in{f}, $this_forum[12], 'hidden');
}

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {
&check_private_access($in{f}, $this_forum[12]);
}

Top
#154110 - 06/23/02 09:31 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found - BTW I would delete my posts if i could

Top
#154111 - 06/23/02 09:43 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found

Top
#154112 - 06/23/02 09:44 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found

Top
#154113 - 06/23/02 09:47 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Finally found this one lol

Top
#154114 - 06/23/02 10:26 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
home/zophcom/public_html/cgi-bin/cp_forums.cgi: syntax error at /home/zophcom/public_html/cgi-bin/cp_forums.cgi line 1047, near "} else"

I get that when i try to see the forum settings in the CP

Top
#154115 - 06/23/02 10:34 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Never Mind... Rehacked it and everything seems to be working.. i made a mistake before.. I am now trying to see if hidden works properly

Top
#154116 - 06/23/02 10:37 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
So far.. Works like a charm smile

Top
#154117 - 06/23/02 10:39 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Great Job sn0p and Great Job e@sy. I'm sure anyone can install this hack laugh

Top
#154118 - 06/23/02 11:23 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Sorry, UBB has encountered an unexpected, fatal error. This error is extremely abnormal. Please contact the board administration. The error text is:

Can't open '/home/zophcom/public_html/ubb/cache-VVTCS2XN/ubb_files/forum_page/Forum21/private-9VZ7RP37/forum21-1000.cgi'.

I was unable to find that file or directory. Please check the paths.

The exact error returned by the operating system is:
No such file or directory

Uhoh Thats what i get when trying to access forum

Top
#154119 - 06/23/02 11:57 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
OK fixed that.... forgot to rebuild forum stat files smile

Seems to be working again... and lol ive made all but 1 of the replies on this topic laugh

Top
#154120 - 06/24/02 08:02 AM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
I recieved that error again this morning... I rebuilt forums stat files and it appears to be working but I'm not totally sure for how long

Top
#154121 - 06/24/02 11:43 AM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
This hack has never been error free that I know of. Search the 6.1 and 6.2 beta forums and you'll see the threads that had the problems that never seemed to go away.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154122 - 06/24/02 12:57 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Yah I know.. lol .. Also when i give someone permission to view the hidden forum they cant see it... it may have to do with the file that had no instructions for it...

Top
Page 1 of 5 1 2 3 4 5 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks